home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / EnterAct Stuff / hAWK project / AWK Source / Load4.c < prev    next >
Encoding:
Text File  |  1996-12-19  |  132 b   |  11 lines  |  [TEXT/CWIE]

  1. /* Load4.c
  2. Just a donothing to force loading of a particular segment.
  3. */
  4.  
  5. void LoadSegment4(void);
  6.  
  7. void LoadSegment4(void)
  8.     {
  9.     
  10.     }
  11.